
		.Share_mobile_mask{
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 0;
		    background: rgba(0, 0, 0, 0.4);
			z-index: 1000;
		}
		.Share_button_box > button{
			float: left;
			width: 25%;
			border:0px;
			background-color: #fff;
		}
.Share_button_box_big {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 80000;
    background-color: #fff;
    padding: 30px 0;
}
.Share_mobile_mask{
	display: block;
}
		.Share_button_box > button> i{
			width: 60px;
			height: 60px;
			display: block;
			background-image: url(../img/Share/wx.png);
			background-size: 100%;
			background-repeat: no-repeat;
			margin: auto;
		}
		.Share_button_box > button:nth-child(2) > i{
			background-image: url(../img/Share/wxFriend.png);
		}
		.Share_button_box > button:nth-child(3) > i{
			background-image: url(../img/Share/qq.png);
		}
		.Share_button_box > button:nth-child(4) > i{
			background-image: url(../img/Share/qzone.png);
		}
		.Share_button_txt{
			font-size: 16px;
			text-align: center;
			margin-top: 10px;
		}
		.Share_button_box{
			overflow: hidden;
		}
		.cancel_btn,
		.move_menu_btn{
			width: 90%;
			height: 50px;
			border:1px solid #e3e3e3;
			color: #008eff;
			text-align: center;
			line-height: 50px;
			margin: auto;
			margin-top: 15px;
			border-radius: 4px;
		}
		.Share_mobile_box{
			display: none;
		}